std::atanh
From Cppreference
| Defined in header
<cmath> | ||
| float atanh( float arg );
| (C++0x feature) | |
| double atanh( double arg );
| (C++0x feature) | |
| long double atanh( long double arg );
| (C++0x feature) | |
Computes hyperbolic arc tangent of arg
Parameters
| arg | - | floating point value |
Return value
hyperbolic arc tangent of arg
See also
| hyperbolic arc sine (function) | ||
| hyperbolic arc cosine (function) | ||
| hyperbolic tangent (function) | ||